home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPage, k
- if k = 0 then
- set k to 1
- puppetSound("butnclik.wav")
- buttonDown(3)
- buttonUp(3)
- puppetSprite(20, 1)
- if (gPage = 0) or (gPage = 1) then
- set gPage to 22
- set the castNum of sprite 20 to the number of member "page22.bmp"
- else
- if (1 < gPage) and (gPage < 23) then
- set gPage to gPage - 1
- set the castNum of sprite 20 to gPage + 199
- end if
- end if
- updateStage()
- end if
- end
-